placesview: Present FUSE-reachable network shares in Other Locations
authorColin Leroy <colin@colino.net>
Tue, 12 Sep 2017 13:32:36 +0000 (15:32 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 8 Dec 2017 02:31:46 +0000 (21:31 -0500)
commit0156c52a2cfcc92d89fd7958f639ad47f6891c7c
treeee220afb6e8cffc09e469c7ed3d61689d2390b2a
parent7531be3510baf4d2ded80b780ff1c02f268bfcb0
placesview: Present FUSE-reachable network shares in Other Locations

The documentation about gtk_file_chooser_set_local_only() states
that "non-native files may still be available using the native
filesystem via a userspace filesystem (FUSE)."
The code that made this possible in GTK+2 was missing from GTK+3 and
that represented a regression for Linux users in numerous applications
(Firefox, Thunderbird, Chromium, ...)

https://bugzilla.gnome.org/show_bug.cgi?id=787128
gtk/gtkplacesview.c